home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 7777 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1012 b 

  1. Path: piano.opus1.com!nntp
  2. Newsgroups: comp.lang.c
  3. Subject: Calling outside functions from within a C script.
  4. Message-ID: <1996Feb28.131541.527@piano.opus1.com>
  5. From: "W.F. Vaughn" <vaughn@interi.com>
  6. Date: 28 Feb 96 13:15:41 -0700
  7. Organization: Interimage Associates, LLC
  8. Nntp-Posting-Host: 119.dialnet.opus1.com
  9. X-Mailer: Mozilla 1.1PE (Windows; I; 16bit)
  10. MIME-Version: 1.0
  11. Content-Transfer-Encoding: 7bit
  12. Content-Type: text/plain; charset=us-ascii
  13.  
  14. Hi all,
  15. I'm running a server under NT, and have written a script which does 
  16. everything I want it to (manipulate user input, spit out a response, read 
  17. to and write from the disk, etc) EXCEPT that I want to simply send an 
  18. email and don't know how. I got a copy of BLAT (in C), a command-line 
  19. program to do exactly what I want, but it only seems to work from the 
  20. command line, and I want to call it from within my own script. Is there a 
  21. simple way to do this in C or C++? If so, can anyone help??? I'd be much 
  22. obliged for any input.
  23.  
  24. Thanks,
  25. W.F. Vaughn
  26.  
  27.  
  28.